Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 190 Bytes

6.4.5 - swoole_atomic->set.md

File metadata and controls

9 lines (7 loc) · 190 Bytes

swoole_atomic->set

将当前值设置为指定的数字。

function swoole_atomic->set(int $value);
  • $value,指定要设置的目标数值
  • set方法没有任何返回值